UInt16NINumericUInt16NRemainder Method

Computes the remainder after dividing the current value by the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.Remainder(
	UInt16N value
)

Parameters

value  UInt16N
The value as the divisor.

Return Value

UInt16N
The remainder after dividing the current value by value.

Implements

INumericTSelfRemainder(TSelf)

See Also